ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / ATR<T> Class
Members






In This Topic
    ATR<T> Class
    In This Topic
    Base class for overlay and indicator series that render a single series
    Object Model
    ATR<T> Class
    Syntax
    'Declaration
     
    
    Public Class ATR(Of T) 
       Inherits SingleOverlayIndicatorBase(Of T)
    'Usage
     
    
    Dim instance As ATR(Of T)
    public class ATR<T> : SingleOverlayIndicatorBase<T> 
    public class ATR = class(SingleOverlayIndicatorBase)
    JScript does not support Generics.
    public __gc class ATR<T> : public SingleOverlayIndicatorBase<T> 
    generic<typename T>
    public ref class ATR : public SingleOverlayIndicatorBase<T> 
    Type Parameters
    T
    Remarks
    Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.ATR<T>

    See Also